aliases:
- Sync your notes across devices
- getting-started/sync-your-notes-across-devices
cssclasses:
- soft-embed
description: How to sync your Obsidian notes across devices and platforms.
mobile: true
permalink: sync-notes
publish: true
Obsidian stores notes locally on your device so you always have access to them, even offline. To access your notes on multiple devices you need to set up a sync method.
This guide covers common sync methods, including tips to avoid data loss and ensure a smooth experience.
We also recommend reading our backup guide to protect your data.
With Obsidian your data is simply stored as files in a folder called a vault. This means there are many ways to sync your data.
These are a few commonly used sync methods reported by members of the Obsidian Community:
Recommended systems: Windows
, macOS
, Linux
, iOS
, Android
The most straightforward and officially supported sync method is our first party solution: Obsidian Sync.
Obsidian Sync is end-to-end encrypted for maximum privacy, and provides seamless integration with the Obsidian app.
Follow the setup guide to configure Obsidian Sync.
Recommended systems: macOS
, iOS
, iPadOS
iCloud can be used to sync vaults between iOS and macOS. However, iCloud Drive on Windows may lead to file duplication or corruption.
How to create and store your vault in iCloud Drive:
Recommended systems: Windows
, macOS
(limited functionality on Android)
OneDrive is a popular cloud storage option for Windows and macOS users. However, it has limitations on Android and isn't officially supported for syncing Obsidian vaults on iOS.
How to create and store your vault in OneDrive:
Recommended systems: Windows
, macOS
, Android
(limited functionality on iOS)
Google Drive is another popular cloud storage solution. Although it's not officially supported for syncing Obsidian vaults, you can use third-party apps and plugins to sync across devices.
How to create and store your vault in Google Drive:
Recommended systems: Windows
, macOS
, Linux
, Android
Syncthing is a decentralized file synchronization tool that doesn't rely on cloud storage. It syncs your vault directly between devices over the network or internet.
How to create and store your vault using Syncthing:
.obsidian
from syncing if you want separate settings on each device.Recommended systems: Windows
, macOS
, Linux
Git is a version control system that allows you to track changes, collaborate with others, and sync your vaults through repositories like GitHub, GitLab, or a self-hosted server.
How to sync your vault using Git:
git init
.git remote add origin [URL]
.git add .
and git commit -m "Your message"
.git push origin main
.git pull origin main
.Recommended options:
Unsupported options:
The following services aren't officially supported on iOS, but users have found workarounds using third-party tools or plugins:
Some users have successfully used plugins like Remotely Save or LiveSync to sync vaults on iOS. However, these methods aren't officially supported, and results may vary.
Recommended systems: iOS
Requires: Git
Working Copy is a Git client for iOS that allows you to clone, commit, and push changes to a Git repository. It works well for syncing Obsidian vaults via Git, though some features require a paid in-app purchase.
How to sync your vault using Working Copy:
Each sync method has tradeoffs including cost, privacy and features.
End-to-end encryption |
Version history |
|
---|---|---|
Obsidian Sync | ✅ | ✅ |
iCloud | Optional | ❌ |
OneDrive | ❌ | ❌ |
Google Drive | ❌ | ❌ |
Syncthing | Optional | ✅ |
Git | ❌ | ✅ |
Why is my preferred syncing service not officially supported?
Unlike some note-taking apps that access one file at a time, Obsidian requires access to the entire vault for its features (e.g., updating links when renaming a file). This makes it difficult for some services to function reliably with Obsidian.
Why do I need to keep files "Available Offline"?
If services like OneDrive or iCloud offload files (e.g., using Files On-Demand or Optimize Mac Storage), Obsidian can't access them, causing sync issues. Mark your vault folder as Always keep on this device (OneDrive) or ensure Keep Downloaded is enabled (iCloud).
How do I manage different configurations for my vaults?
Obsidian allows you to customize the configuration folder per device using the Config folders feature.